ostree_repo_find_remotes_async: Fix leak of summary
authorAlexander Larsson <alexl@redhat.com>
Mon, 14 Sep 2020 11:52:10 +0000 (13:52 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 8 Oct 2020 12:08:51 +0000 (14:08 +0200)
commit6ed1066ef08e3f56b6c09031e82343cc8e0a99d1
tree44519e07faa9f451a6dec197561e567fffcc1716
parent06a77bfd69bbdb6b69ec426dd56a33a14255c214
ostree_repo_find_remotes_async: Fix leak of summary

We were creating a GVariant from a GBytes and storing it in an
g_autoptr without ref_sinking it.
src/libostree/ostree-repo-pull.c